home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 79 / maccd 79.iso / multimedial / GL Tron / Source / gltron / light.h < prev    next >
Encoding:
Text File  |  2001-05-13  |  295 b   |  11 lines  |  [TEXT/CWIE]

  1. void light4fv(float *f);
  2. void setColor3fv(float *f);
  3. void setColor4fv(float *f);
  4. void setEye3fv(float *f);
  5. void setFactor3fv(float *f);
  6. void setLight3fv(float *f);
  7. void setLight4fv(float *f);
  8. void setNormal3fv(float *f);
  9. void setVertex3f(float a, float b, float c);
  10. void setVertex3fv(float *f);
  11.